home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / windows / wlit21.zip / INSTALLA.BAT < prev    next >
DOS Batch File  |  1992-08-12  |  312b  |  14 lines

  1. @echo off
  2.  
  3. echo Are you sure you want to install mywin31.zip to your hard disk?
  4. pause
  5. if not exist c:\winlite\win.com goto ok
  6. echo Existing copy of WinLite will be over-written!!!
  7. pause
  8. :ok
  9. if not exist c:\winlite\nul mkdir c:\winlite
  10. c:
  11. cd c:\winlite
  12. a:\pkunzip -d a:\mywin31.zip c:\winlite\
  13. win/s
  14.